11 Data Wrangling

Author

Matt Crump

Published

January 23, 2023

Read

Read the data-wrangling chapter.

https://psyteachr.github.io/ads-v2/09-wrangle.html

Additional resources

https://r4ds.had.co.nz/wrangle-intro.html

Week 11 assignment

  1. Write your blog post, and submit the link to this assignment on blackboard.

This chapter discusses essential functions from the dplyr package. These include: select, filter, arrange, mutate, summarise, and group_by. In you blog post demonstrate that you understand and can use each of these functions.